home *** CD-ROM | disk | FTP | other *** search
/ Capcom E3 2004 Press CD ~…pcom Sales CD 2004 (USA) / Capcom E3 2004 Press CD (USA).bin / pc / files / mmxcm / mmxcm_0401_press.swf / scripts / DefineButton2_110 / BUTTONCONDACTION on(release).as
Text File  |  2004-04-21  |  372b  |  15 lines

  1. on(release){
  2.    if(_global.notplaying == false)
  3.    {
  4.       unloadMovie(_level11);
  5.       _global.notplaying = true;
  6.    }
  7.    _root.scroller._visible = 1;
  8.    _root.art_scroll._visible = 0;
  9.    _root.video_scroll._visible = 0;
  10.    _root.screenbut.enabled = false;
  11.    _root.artbut.enabled = true;
  12.    _root.videobut.enabled = true;
  13.    _root.scroller._alpha = 100;
  14. }
  15.